home *** CD-ROM | disk | FTP | other *** search
- // $VER: Oeffnen.h 1.1 (05.02.96)
-
- #ifndef SDI_OEFFNEN_H
- #define SDI_OEFFNEN_H
-
- enum {
- OEFFNEN_LIKE_SELECTED = 1, // Ziel nach Angabe
- OEFFNEN_BOTH_SAME, // Quelle == Ziel
- OEFFNEN_WITH_EXT, // mit Extension
- OEFFNEN_WITH_SLASH, // mit Unterstrich
- OEFFNEN_BOTH_SAME_BY_SECOND_EMPTY // bei leerem Ziel; Quelle == Ziel
- };
-
- #endif /* SDI_OEFFNEN_H */
-